From cca9d009339da7f10e29a46f25c6f97663dcf7c5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 23 Dec 2007 19:13:39 +0000 Subject: [PATCH] Load dired.el at run time too. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8d0f184eb7c..e56b9e44a3a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -37,7 +37,7 @@ ;;; Code: ;; We need macros in dired.el to compile properly. -(eval-when-compile (require 'dired)) +(require 'dired) (defvar dired-create-files-failures nil "Variable where `dired-create-files' records failing file names. -- 2.30.2